home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / dfunclib.lha / dfunc_library / sources / asm / data / text / StripCom.txt
Text File  |  1995-09-30  |  847b  |  23 lines

  1.  
  2. StripCom 1.0 -- by Kenneth C. Nilsen
  3. © 1995 by Digital Surface. Freeware!
  4. ====================================
  5.  
  6. Stripps Asm, C or any language for comments etc. This stripper is very
  7. advanced, it can stripp any kind of comments and has special modes for
  8. assembler & C type. Even comments in assembler sources without comment
  9. marks can be stripped. Written in assembler (needs dfunc.library).
  10.  
  11. Known comments:  /*...*/ , //...// , ; , * , ## , + assembler comments
  12. with no comment mark, eg: "move.l d0,d1 this is a comment".
  13.  
  14. USAGE:    StripCom [infile] [outfile] [mode]
  15.  
  16.     InFile    - Name on file to strip
  17.     OutFile    - Optional name on stripped output file
  18.     Mode    - 0 = (default) stripp any comments
  19.           1 = Don't strip * comments if not first on line
  20.           2 = Stripp any comment + assembler comments wo/ mark
  21.           3 = For C sources, woun't stripp ; and *
  22.  
  23.